fixed an #include statement (reported by Eric Kidd).
authorTim Janik <timj@gtk.org>
Mon, 10 Aug 1998 10:52:08 +0000 (10:52 +0000)
committerTim Janik <timj@src.gnome.org>
Mon, 10 Aug 1998 10:52:08 +0000 (10:52 +0000)
Mon Aug 10 12:49:54 1998  Tim Janik  <timj@gtk.org>

        * gtk/gtkhbbox.h: fixed an #include statement (reported by Eric Kidd).

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkhbbox.h

index 43be566e6d076352b47e9f9485d86b3203dabba1..0a202c477f1677a1d59c59b9118e1d622f38119a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Aug 10 12:49:54 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkhbbox.h: fixed an #include statement (reported by Eric Kidd).
+
 Thu Aug  6 22:37:21 1998  Stefan Jeske  <stefan@gtk.org>
 
        * gtk/gtkclist.c: Renamed my_merge and my_mergesort to
index 43be566e6d076352b47e9f9485d86b3203dabba1..0a202c477f1677a1d59c59b9118e1d622f38119a 100644 (file)
@@ -1,3 +1,7 @@
+Mon Aug 10 12:49:54 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkhbbox.h: fixed an #include statement (reported by Eric Kidd).
+
 Thu Aug  6 22:37:21 1998  Stefan Jeske  <stefan@gtk.org>
 
        * gtk/gtkclist.c: Renamed my_merge and my_mergesort to
index 43be566e6d076352b47e9f9485d86b3203dabba1..0a202c477f1677a1d59c59b9118e1d622f38119a 100644 (file)
@@ -1,3 +1,7 @@
+Mon Aug 10 12:49:54 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkhbbox.h: fixed an #include statement (reported by Eric Kidd).
+
 Thu Aug  6 22:37:21 1998  Stefan Jeske  <stefan@gtk.org>
 
        * gtk/gtkclist.c: Renamed my_merge and my_mergesort to
index 43be566e6d076352b47e9f9485d86b3203dabba1..0a202c477f1677a1d59c59b9118e1d622f38119a 100644 (file)
@@ -1,3 +1,7 @@
+Mon Aug 10 12:49:54 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkhbbox.h: fixed an #include statement (reported by Eric Kidd).
+
 Thu Aug  6 22:37:21 1998  Stefan Jeske  <stefan@gtk.org>
 
        * gtk/gtkclist.c: Renamed my_merge and my_mergesort to
index 43be566e6d076352b47e9f9485d86b3203dabba1..0a202c477f1677a1d59c59b9118e1d622f38119a 100644 (file)
@@ -1,3 +1,7 @@
+Mon Aug 10 12:49:54 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkhbbox.h: fixed an #include statement (reported by Eric Kidd).
+
 Thu Aug  6 22:37:21 1998  Stefan Jeske  <stefan@gtk.org>
 
        * gtk/gtkclist.c: Renamed my_merge and my_mergesort to
index 43be566e6d076352b47e9f9485d86b3203dabba1..0a202c477f1677a1d59c59b9118e1d622f38119a 100644 (file)
@@ -1,3 +1,7 @@
+Mon Aug 10 12:49:54 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkhbbox.h: fixed an #include statement (reported by Eric Kidd).
+
 Thu Aug  6 22:37:21 1998  Stefan Jeske  <stefan@gtk.org>
 
        * gtk/gtkclist.c: Renamed my_merge and my_mergesort to
index 43be566e6d076352b47e9f9485d86b3203dabba1..0a202c477f1677a1d59c59b9118e1d622f38119a 100644 (file)
@@ -1,3 +1,7 @@
+Mon Aug 10 12:49:54 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkhbbox.h: fixed an #include statement (reported by Eric Kidd).
+
 Thu Aug  6 22:37:21 1998  Stefan Jeske  <stefan@gtk.org>
 
        * gtk/gtkclist.c: Renamed my_merge and my_mergesort to
index 86802527fd499e8f4adedf531eb3e55b4996fbba..28e63b41aea7fe3c71170cdd1dc301ee4848d546 100644 (file)
@@ -20,7 +20,7 @@
 #define __GTK_HBUTTON_BOX_H__
 
 
-#include "gtk/gtkbbox.h"
+#include <gtk/gtkbbox.h>
 
 
 #ifdef __cplusplus